placesview: Fix some minor issues
authorMatthias Clasen <mclasen@redhat.com>
Fri, 12 Feb 2016 03:15:43 +0000 (22:15 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 12 Feb 2016 03:16:33 +0000 (22:16 -0500)
Make the button not grow too big, and ensure that the actionbar
has a background.

https://bugzilla.gnome.org/show_bug.cgi?id=761792

gtk/ui/gtkplacesview.ui

index 056f84e127ddd12d7d1d68d61e279254fab63b65..90cd44226d4d26f8ae4543eefd3eaa000597a18a 100644 (file)
       <object class="GtkActionBar" id="actionbar">
         <property name="visible">1</property>
         <property name="hexpand">1</property>
+        <style>
+          <class name="background"/>
+        </style>
         <child>
           <object class="GtkLabel">
             <property name="visible">1</property>
             <property name="can_focus">1</property>
             <property name="sensitive">0</property>
             <property name="receives_default">1</property>
+            <property name="valign">center</property>
             <signal name="clicked" handler="on_connect_button_clicked" object="GtkPlacesView" swapped="yes"/>
           </object>
           <packing>